Forces.frictionForce

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector2 frictionForce(Vector2 vel, float howMuch)
  2. Vector3 frictionForce(Vector3 vel, float howMuch)
    struct Forces
    @nogc @safe nothrow static
    Vector3
    frictionForce
    (
    in Vector3 vel
    ,
    float howMuch
    )

Meta